body {
font-family: "Bookman Old Style";
font-size: 12px;
font-weight: bold;
color: #CA8035;
text-align: left;
background-image: url(dibujo/fondoesq-0.gif);
background-attachment: fixed;
}
#col1 { /*Traza el Cuadro Izd*/
text-align: center;
position: fixed;
top: 10px;
left: 10px;
width: 258px;
border: 1px solid;
}
#col2 { /*Resto de Todo el listado*/
position: sticky;
margin-left: 261px;
margin-right: 10px;
margin-top: 1px;
left: 0px;
}
.td3 { /*Solo cabecera*/
position: fixed;
vertical-align: top;
left: 300px;
width: 320px;
color: #000;
}
.td4 { /*SubDirectorios*/
color: #555555;
}
.table3 { /*Index*/
width: 100%;
border: 4px solid #CA8035;
text-align: center;
}
.td1 { /*Table3*/
top: 10px;
left: 15px;
width: 250px;
border: 1px solid #ca8035;
}
.td2 { /*Table3*/
top: 10px;
left: 500px;
width: 100%;
border: 1px solid #ca8035;
}
a:link {
color: #ff6633;
}
a:hover {
color: #0066ff;
}
a:visited {
color: #3CBE6E;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 24px;
text-align: center;
}
h3 {
font-size: 16px;
text-align: center;
}
.font10 {
font-size: 10px
}
.font12 {
font-size: 12px
}
.font16 {
font-size: 16px;
}
.font18 {
font-size: 18px
}
.font18a {
font-size: 18px;
color: black;
}
.font20 {
font-size: 20px
}
.font22 {
font-size: 22px
}
.font24 {
font-size: 24px
}